home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / Apple Guide / Engineering / APISample / APISampleMPW / APISampleMPW Notes < prev    next >
Encoding:
Text File  |  1994-07-25  |  2.2 KB  |  53 lines  |  [TEXT/MPS ]

  1. MoGuide Release Notes
  2. John Powers
  3.  
  4. Most recent release comments first:
  5.  
  6. 25-Jul-94 1.0d3e1 JRP    Make MoGuide more MPW-PPC/MetroWerks/Symantic friendly:
  7.                             1. Replace PLstrcpy/cat with home-made pcpy and pcat;
  8.                             2. Replace equalstring with home-made isEqualString;
  9.                         and for AGFileLib:
  10.                             3. Replace memcpy with BlockMoveData.
  11.                         Update buttons in Assistant guide file with the latest
  12.                         "standard" buttons. Recompile guide file.
  13.                         Files changed:
  14.                             Assistant.nml
  15.                             Buttons.rsrc
  16.                             UAppShared.h (for version resource)
  17.                             UApp.h
  18.                             UApp.cp
  19.                             UAppMo.cp
  20.                             UDocMo.cp
  21.                             AGFileLib
  22. 15-Jul-94 1.0d2e1 JRP    Add check for valid art document in TAppMo::ReplyToCoach.
  23.                         If we attempted to coach-mark and the art window was not
  24.                         open, the document was nil, causing a bus error.
  25.                         Add updated AppleGuide.h header.
  26.                         Change "Assistant" guide file type to the new
  27.                         standard guile file type ('poco'). This is the file type
  28.                         assigned to guide files by Guide Maker 1.0f1c1.
  29.                         Files changed:
  30.                             UAppShared.h (for version resource)
  31.                             UAppMo.cp
  32.                             AppleGuide.h
  33.                             Assistant
  34. 17-Mar-94 1.0d1e5 JRP    Use kAGFrontDatabase (Apple Guide 1.2b6)
  35.                         This is the version that shipped with develop issue 18.
  36. 14-Mar-94 1.0d1e4 JRP    Improve tracking of open databases.
  37.                         Make AlertIfError and support functions global.
  38.                         Add AlertIfError for button and hot-key database opens.
  39. 13-Mar-94 1.0d1e3 JRP    Add check for open database in idle loop.
  40.                         Display open window status in miscellaneous feedback.
  41.                         Delete unused constants.
  42.                         Add "Assistant" button in Feedback window.
  43.                         Move all tracking of preset guide file and refNum to TApp.
  44. 09-Mar-94 1.0d1e2 JRP    Correct text in Alert from "Apple Help" to "Apple Guide".
  45.                         Correct BNDL signature from 'MoH1' to 'MoG1'.
  46.                         Fix AG install check in TAStart::AttemptAutoStart.
  47.                         Add check for AG install in kAEOpenApplication handler.
  48.                         Enable the "Add Databases" menu item (iFile).
  49.                         Add Finder Balloon resource (hfdr).
  50.                         Add Apple event terminology resource (aete).
  51.                         Enable all database items added to the MoGuide menu.
  52. 05-Mar-94 1.0d1e1 JRP    Pre-release preview for develop.
  53.